home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / program / dv_b1.zip / DV_B1.EXE / dview.exe / 0 / RCDATA / TWWMEMODLG / TWWMEMODLG.txt
Text File  |  1997-02-07  |  1KB  |  64 lines

  1. object wwMemoDlg: TwwMemoDlg
  2.   Left = 179
  3.   Top = 112
  4.   Width = 561
  5.   Height = 395
  6.   HorzScrollBar.Visible = False
  7.   VertScrollBar.Visible = False
  8.   Caption = 'Dialog'
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   OnCloseQuery = FormCloseQuery
  16.   OnResize = ResizeControls
  17.   OnShow = FormShow
  18.   TextHeight = 13
  19.   object Memo: TMemo
  20.     Left = 0
  21.     Top = 0
  22.     Width = 545
  23.     Height = 321
  24.     Lines.Strings = (
  25.       'Memo')
  26.     ScrollBars = ssVertical
  27.     TabOrder = 0
  28.     WantTabs = True
  29.     OnKeyDown = MemoKeyDown
  30.   end
  31.   object UserButtonPanel: TPanel
  32.     Left = 0
  33.     Top = 322
  34.     Width = 237
  35.     Height = 41
  36.     Alignment = taLeftJustify
  37.     BevelInner = bvRaised
  38.     BevelOuter = bvLowered
  39.     TabOrder = 1
  40.     TabStop = True
  41.     Visible = False
  42.     object UserButton1: TButton
  43.       Left = 16
  44.       Top = 8
  45.       Width = 89
  46.       Height = 26
  47.       Caption = 'UserButton1'
  48.       TabOrder = 0
  49.       Visible = False
  50.       OnClick = UserButton1Click
  51.     end
  52.     object UserButton2: TButton
  53.       Left = 128
  54.       Top = 8
  55.       Width = 89
  56.       Height = 26
  57.       Caption = 'UserButton2'
  58.       TabOrder = 1
  59.       Visible = False
  60.       OnClick = UserButton2Click
  61.     end
  62.   end
  63. end
  64.